Avoid recursive byte-compile-files fighting over input/output buffers
authorGlenn Morris <rgm@gnu.org>
Sat, 23 Feb 2013 21:14:36 +0000 (13:14 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 23 Feb 2013 21:14:36 +0000 (13:14 -0800)
commitd0200e3212c16becadb4319cf2f21b493d5f1390
tree4e05fa82b21aec9e0583ab72483e285cefa1eff0
parent558f8454ca6cf11a3a076f061b26dff0e9b5c570
Avoid recursive byte-compile-files fighting over input/output buffers

* lisp/emacs-lisp/bytecomp.el (byte-compile-level): New.
(byte-compile-file, byte-compile-from-buffer):
Use separate input/output buffers for each level of recursive
byte-compile-file calls.
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el